home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / sranlib.man < prev    next >
Encoding:
Text File  |  1989-03-11  |  1.4 KB  |  42 lines

  1. ' Copyright 1989 Regents of the University of California
  2. ' Permission to use, copy, modify, and distribute this
  3. ' documentation for any purpose and without fee is hereby
  4. ' granted, provided that this notice appears in all copies.
  5. ' The University of California makes no representations about
  6. ' the suitability of this material for any purpose.  It is
  7. ' provided "as is" without express or implied warranty.
  8. ' $Header: /a/newcmds/sranlib/RCS/sranlib.man,v 1.2 89/03/11 12:42:22 brent Exp $ SPRITE (Berkeley)
  9. .so \*(]ltmac.sprite
  10. .HS SRANLIB cmds
  11. .BS
  12. .SH NAME
  13. sranlib \- Version of ranlib for SPUR libraries
  14. .SH SYNOPSIS
  15. .nf
  16. \fBsranlib\fR [\fB\-t\fR] [\fB\-L\fR] \fIfile file ...\fR
  17. .SH OPTIONS
  18. .IP "\fB\-t\fR" 14
  19. Simply ``touch'' the archive, so that the symbol table will be
  20. considered up-to-date.  Useful after copying an archive.
  21. .IP "\fB\-L\fR" 14
  22. Disable locking.  Ordinarily sranlib and ar use flock() to
  23. synchronize access to files.  This option turns locking off.
  24. .BE
  25.  
  26. .SH DESCRIPTION
  27. .PP
  28. \fBSranlib\fR is similar to \fBranlib\fR except that it operates on
  29. libraries containing SPUR binaries.  See the manual entry for
  30. \fBranlib\fR for details on what it does.
  31.  
  32. .SH BUGS
  33. .PP
  34. The existence of this program at all is a bug.  There should not be
  35. different versions of \fBranlib\fR for different instruction sets,
  36. but rather a single version that can handle all binary formats.
  37.  
  38. .SH KEYWORDS
  39. library, random access, table of contents
  40.